WrapType Enumeration

Represents how text is displayed around a frame or graphic object.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum WrapType

Members

Left0 Text wraps around the left side of the shape.
Right1 Text wraps around the right side of the shape.
Parallel2 Text wraps around both sides of the shape.
Dynamic3 Text may wrap around both sides of the shape.
RunThrough4 Text runs through the shape.
Biggest5 Text may wrap around the shape where the difference to the left or right page or column border is largest.
NoWrap6 No text wraps.
None7 None.

See Also